home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / CNews / Source / inject / regress / master / run < prev    next >
Encoding:
Text File  |  1992-03-26  |  320 b   |  18 lines

  1. #! /bin/sh
  2. # run inews test
  3. here=`pwd`
  4. NEWSARTS=$here
  5. NEWSBIN=$here
  6. NEWSCTL=$here
  7. export NEWSARTS NEWSBIN NEWSCTL
  8.  
  9. NAME="rose"
  10. USER="thx1138"
  11. LOGNAME="$USER"
  12. ORGANIZATION="anarcho-syndicalist commune"
  13. HOME=/potato/farm
  14. export NAME USER LOGNAME ORGANIZATION HOME
  15.  
  16. inject/inews -h -N <art >stdout 2>stderr
  17. echo $? >status
  18.